HeavyAdIssueDetails

data class HeavyAdIssueDetails(resolution: HeavyAdResolutionStatus, reason: HeavyAdReason, frame: AffectedFrame)

Constructors

HeavyAdIssueDetails
Link copied to clipboard
fun HeavyAdIssueDetails(resolution: HeavyAdResolutionStatus, reason: HeavyAdReason, frame: AffectedFrame)

Properties

frame
Link copied to clipboard
val frame: AffectedFrame
The frame that was blocked.
reason
Link copied to clipboard
val reason: HeavyAdReason
The reason the ad was blocked, total network or cpu or peak cpu.
resolution
Link copied to clipboard
val resolution: HeavyAdResolutionStatus
The resolution status, either blocking the content or warning.

Sources

jvm source
Link copied to clipboard